{% extends 'accounts/main.html' %} {% load bootstrap4 %} {% block content %}
Customer: {{ customer.name }}

Update Customer Place Order
Contact Information

Email: {{ customer.email }}

Phone: {{ customer.phone }}

Total Orders

{{ order_count }}


{{ myFilter.form }}

{% for order in orders %} {% endfor %}
Product Category Date Orderd Status Update Remove
{{ order.product }} {{ order.product.category }} {{ order.date_created }} {{ order.status }} Update Remove
{% endblock %}